// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['The String Cheese Incident','WhiteWater Amphitheater','New Braunfels, TX','Friday','7/11/2025','8:00 PM','6893483','The-String-Cheese-Incident-7-11-2025'],['The String Cheese Incident','WhiteWater Amphitheater','New Braunfels, TX','Saturday','7/12/2025','8:00 PM','6893484','The-String-Cheese-Incident-7-12-2025'],['The String Cheese Incident','Red Rocks Amphitheatre','Morrison, CO','Friday','7/18/2025','6:00 PM','6874972','The-String-Cheese-Incident-7-18-2025'],['The String Cheese Incident & Daniel Donato's Cosmic Country','Red Rocks Amphitheatre','Morrison, CO','Saturday','7/19/2025','6:00 PM','6874973','The-String-Cheese-Incident---Daniel-Donato-s-Cosmic-Country-7-19-2025'],['The String Cheese Incident','Gerald R. Ford Amphitheater','Vail, CO','Friday','8/8/2025','6:30 PM','6972024','The-String-Cheese-Incident-8-8-2025'],['The String Cheese Incident','Gerald R. Ford Amphitheater','Vail, CO','Saturday','8/9/2025','6:30 PM','6972025','The-String-Cheese-Incident-8-9-2025'],['String Cheese Incident','Amphitheater at Las Colonias Park','Grand Junction, CO','Sunday','8/10/2025','6:15 PM','7023382','String-Cheese-Incident-8-10-2025'],['The String Cheese Incident & Los Lobos','Evans Amphitheatre At Cain Park','Cleveland, OH','Wednesday','8/13/2025','6:00 PM','7026647','The-String-Cheese-Incident---Los-Lobos-8-13-2025'],['String Cheese Incident','Frederik Meijer Gardens','Grand Rapids, MI','Thursday','8/14/2025','6:00 PM','7087287','String-Cheese-Incident-8-14-2025'],['Bears Gone Phishin' & Cream Cheese Accident - Tribute to String Cheese Incident','Naper Settlement','Naperville, IL','Friday','8/15/2025','5:00 PM','7151460','Bears-Gone-Phishin----Cream-Cheese-Accident---Tribute-to-String-Cheese-Incident-8-15-2025'],['String Cheese Incident','Oregon State Fairgrounds','Salem, OR','Friday','8/29/2025','7:30 PM','7183466','String-Cheese-Incident-8-29-2025'],['String Cheese Incident','Britt Festival Pavilion & Gardens','Jacksonville, OR','Saturday','8/30/2025','6:45 PM','7090867','String-Cheese-Incident-8-30-2025']],'The String Cheese Incident','http://www.ticketnetwork.com/ticket/The-String-Cheese-Incident-events.aspx');